3.2.48 \(\int \frac {x^3}{(a x^2+b x^3)^2} \, dx\)

Optimal. Leaf size=29 \[ -\frac {\log (a+b x)}{a^2}+\frac {\log (x)}{a^2}+\frac {1}{a (a+b x)} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 29, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {1584, 44} \begin {gather*} -\frac {\log (a+b x)}{a^2}+\frac {\log (x)}{a^2}+\frac {1}{a (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^3/(a*x^2 + b*x^3)^2,x]

[Out]

1/(a*(a + b*x)) + Log[x]/a^2 - Log[a + b*x]/a^2

Rule 44

Int[((a_) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d*
x)^n, x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && ILtQ[m, 0] && IntegerQ[n] &&  !(IGtQ[n, 0] && L
tQ[m + n + 2, 0])

Rule 1584

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(m + n*p)*(a + b*x^(q -
 p))^n, x] /; FreeQ[{a, b, m, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rubi steps

\begin {align*} \int \frac {x^3}{\left (a x^2+b x^3\right )^2} \, dx &=\int \frac {1}{x (a+b x)^2} \, dx\\ &=\int \left (\frac {1}{a^2 x}-\frac {b}{a (a+b x)^2}-\frac {b}{a^2 (a+b x)}\right ) \, dx\\ &=\frac {1}{a (a+b x)}+\frac {\log (x)}{a^2}-\frac {\log (a+b x)}{a^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 24, normalized size = 0.83 \begin {gather*} \frac {\frac {a}{a+b x}-\log (a+b x)+\log (x)}{a^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^3/(a*x^2 + b*x^3)^2,x]

[Out]

(a/(a + b*x) + Log[x] - Log[a + b*x])/a^2

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^3}{\left (a x^2+b x^3\right )^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x^3/(a*x^2 + b*x^3)^2,x]

[Out]

IntegrateAlgebraic[x^3/(a*x^2 + b*x^3)^2, x]

________________________________________________________________________________________

fricas [A]  time = 0.38, size = 39, normalized size = 1.34 \begin {gather*} -\frac {{\left (b x + a\right )} \log \left (b x + a\right ) - {\left (b x + a\right )} \log \relax (x) - a}{a^{2} b x + a^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(b*x^3+a*x^2)^2,x, algorithm="fricas")

[Out]

-((b*x + a)*log(b*x + a) - (b*x + a)*log(x) - a)/(a^2*b*x + a^3)

________________________________________________________________________________________

giac [A]  time = 0.15, size = 31, normalized size = 1.07 \begin {gather*} -\frac {\log \left ({\left | b x + a \right |}\right )}{a^{2}} + \frac {\log \left ({\left | x \right |}\right )}{a^{2}} + \frac {1}{{\left (b x + a\right )} a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(b*x^3+a*x^2)^2,x, algorithm="giac")

[Out]

-log(abs(b*x + a))/a^2 + log(abs(x))/a^2 + 1/((b*x + a)*a)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 30, normalized size = 1.03 \begin {gather*} \frac {1}{\left (b x +a \right ) a}+\frac {\ln \relax (x )}{a^{2}}-\frac {\ln \left (b x +a \right )}{a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(b*x^3+a*x^2)^2,x)

[Out]

1/a/(b*x+a)+1/a^2*ln(x)-ln(b*x+a)/a^2

________________________________________________________________________________________

maxima [A]  time = 1.29, size = 28, normalized size = 0.97 \begin {gather*} \frac {1}{a b x + a^{2}} - \frac {\log \left (b x + a\right )}{a^{2}} + \frac {\log \relax (x)}{a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(b*x^3+a*x^2)^2,x, algorithm="maxima")

[Out]

1/(a*b*x + a^2) - log(b*x + a)/a^2 + log(x)/a^2

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 26, normalized size = 0.90 \begin {gather*} \frac {1}{a^2+b\,x\,a}-\frac {2\,\mathrm {atanh}\left (\frac {2\,b\,x}{a}+1\right )}{a^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(a*x^2 + b*x^3)^2,x)

[Out]

1/(a^2 + a*b*x) - (2*atanh((2*b*x)/a + 1))/a^2

________________________________________________________________________________________

sympy [A]  time = 0.22, size = 22, normalized size = 0.76 \begin {gather*} \frac {1}{a^{2} + a b x} + \frac {\log {\relax (x )} - \log {\left (\frac {a}{b} + x \right )}}{a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3/(b*x**3+a*x**2)**2,x)

[Out]

1/(a**2 + a*b*x) + (log(x) - log(a/b + x))/a**2

________________________________________________________________________________________